From: LLVM Packaging Team Date: Tue, 2 Apr 2019 09:57:08 +0000 (+0100) Subject: install-scan-build-py X-Git-Tag: archive/raspbian/1%8-3+rpi1~58 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=da7639666f199266373031f652f5a1780f3ef03a;p=llvm-toolchain-8.git install-scan-build-py Gbp-Pq: Name install-scan-build-py.diff --- diff --git a/clang/tools/CMakeLists.txt b/clang/tools/CMakeLists.txt index 43dfffe14..450bccd3f 100644 --- a/clang/tools/CMakeLists.txt +++ b/clang/tools/CMakeLists.txt @@ -23,6 +23,7 @@ if(CLANG_ENABLE_STATIC_ANALYZER) add_clang_subdirectory(clang-check) add_clang_subdirectory(clang-extdef-mapping) add_clang_subdirectory(scan-build) + add_clang_subdirectory(scan-build-py) add_clang_subdirectory(scan-view) endif()